@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family:"思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";transition: all 0.5s;
    height: 100%;
    background: #fff;
}
@media (min-width: 1025px) {  
    html {
        font-size: 34px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 36px!important;
    }
}

* {
    margin: 0;
    padding: 0;  
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
em,cite {
    font-style: normal
}
fieldset,img {
    border: 0
}
li {
    list-style: none
}
caption,th {    text-align: left}

q:before,q:after {
    content: ''
}
dl {
    margin: 0; 
    padding: 0; 
}
dt {
    margin: 0; 
}
dd {
    margin-left: 0; 
}

abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {    vertical-align: baseline}
sub {
    vertical-align: baseline
}
legend {
    color: #000
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button,textarea,select {
    *font-size: 100%
}
a {
    color: #666;
}

a:link,a:visited {
    text-decoration: none;
    font-family:"思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";
}

a:hover,a:active {
    text-decoration: none;
}
input,select {
    outline: none
}
body {    background: #fff;
}

* {    transition-duration: 0.3s;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1 {
    max-width: 1420px;
    margin: 0 auto;
    display: block;}


.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header {
    width: 100%;
    z-index: 999;    
    position: absolute;
    top:0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 106px;}
.hea_top{ width: 100%; display: block; position: relative; }
.top_nav{ width: 80%; margin: 0 auto; display: block;  }

.top_nav .logo {
    width: 262px; 
    margin:.45rem 0;   
}
.top_nav .logo .logo01{display: block;}
.top_nav .logo .logo02{ display: none; }
.top_nav .logo img {    
    display: block;
    float: left;   
    max-width: 100%;  
}
.top_tel02{display: block;padding-left: .6rem;}
.search{ float: left; margin-top:.6rem;}
.search i{ font-size:.7rem; color: #fff; line-height: 2;  }

.top_tel{ padding-left:70px; background: url(../images/top_tel.png) 20px no-repeat; display: block; margin:.75rem 0 0 .6rem; border-left:1px solid rgba(255,255,255,0.2); }
.top_tel p{ font-size: 14px; color: #fff; line-height: 20px; }
.top_tel h3{ font-size: .6rem; color: #fff; line-height: 25px; }

@media (max-width: 1650px) {

    .top_nav{ width: 100%; padding: 0 30px; box-sizing: border-box;}

}



.flash{ width: 100%; display: block; overflow: hidden; }

/* 导航 */



.navlist {
    width: 53%;margin-top:.1rem;  
}
.nav_out {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.tem_head nav {
    width: 100%;
    height: 102px;
    line-height: 102px;  
}
.tem_head nav ul {   
    display: flex;
    justify-content: space-around;
}
.tem_head nav ul li {
    line-height: 102px;
  }
.tem_head nav ul li.icon::after {

    content: "";

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    top: 50%;

    right: -15px;

    transform: translateY(-50%);

    width: 0;

    height: 0;

    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-top: 5px solid #000;

}



.tem_head nav ul li.icon:hover::after {

    transform: rotateZ(180deg);

    margin-top: -2px;

    transition: all .3s;

}



.tem_head nav a {
    display: block;
    font-size: .48rem;
    text-align: center;
    color: #fff;
    position: relative;

}



.tem_head nav li>a::after {

    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 99px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .3s;

}



.tem_head nav a:hover::after {

    width: 100%

}



.tem_head nav li>a:hover {

    line-height: 102px;

    color:rgba(255,255,255,0.6);

    -webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s;

}



.tem_head nav li>a.navdown {

    position: relative;

    color:#fff;

}



.tem_head nav li>a.navdown::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 99px;

    width: 100%;

    height: 3px;

    background: #fff;

}
.tem_head nav li:hover .submenu{ display: block; }

.submenu{ display: none;
    position: absolute;
    top: 106px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0px 10px 10px -10px #999; padding: 1.2rem 0; box-sizing: border-box;}
.sub01{ display: block; overflow: hidden; }
.sub01 dl{ width: 13%; display: block; float: left; overflow: hidden; margin-right: 1.2%;}
.sub01 dl dt{ display: block;overflow: hidden; border-bottom: 1px solid #80c0db;   }
.sub01 dl dt h3{font-size: 24px; color: #333333; padding-left: 20px;line-height: 40px; position: relative;}
.sub01 dl dt h3 a{ color: #333333; text-align: left; display: block; }
.sub01 dl dt h3:before{ width: 9px; height: 9px; background: linear-gradient(to bottom, #80c0db , #a5d5a5); left: 0; content:''; border-radius: 100%; position: absolute; top:20px; }
.sub01 dl dt h3:after{ width: 100%; height: 1px; background: linear-gradient(to bottom, #80c0db , #a5d5a5); content:'';position: absolute; left: 0; bottom: 0; }
.sub01 dl dd{ padding: .5rem 0; display:block; overflow: hidden; text-align: left;}
.sub01 dl dd a{ font-size: 14px; line-height: 32px; color: #373737 !important; display: block; text-align: left;}
.sub01 dl dd a:hover{ color: #237db2 !important;
    font-weight: bold;
    text-decoration: underline; }

.sub02{    text-align: center;
    font-size: 0;display: block; overflow: hidden; line-height: 1;}
.sub02 dl{padding: 22px 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block; width: 25%; box-sizing: border-box;}
.sub02 dl:nth-child(4n){ border-right: none; }
.sub02 dl dt{    width: 142px;
    float: left;
    display: block;
    overflow: hidden;}
.sub02 dl dt img{ width: 100%; display: block; }
.sub02 dl dd{ width: calc(100% - 155px);
    float: right;
    display: block;
    margin-left: 10px;
    padding: 25px 0 0;
    box-sizing: border-box;}
.sub02 dl dd h3{font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 30px;}
.sub02 dl dd h3 a{ color: #333 !important; }
.sub02 dl:hover dd h3 a{ color: #237db2 !important;
    font-weight: bold; }

.top_search {
    margin-top: .9rem;
    position: relative;
    font-size: .45rem; 
    color: #fff;
    margin-left: .8rem;   
    overflow: hidden;
}

.top_search .sea_btn01{ display: block; }
.top_search .sea_btn02{ display: none; }

@media (max-width: 1440px) {
  .w1 {   
    padding: 0 30px;
    display: block;
    box-sizing: border-box;
}

.top_nav{   
    padding: 0 30px;
    box-sizing: border-box;
   width: 100%;  
}
}
.head-search__modal {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #237db2;
    z-index: 700;
}
.head-search__mcont {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 100%;
}

.head-search__mcont input {

    width: 100%;

    height: 38px;

    color: #fff;

    padding: 0;

    background-color: transparent;

    border: none;

    border-bottom: 1px solid rgba(255,255,255,0.6);

    font-size: 16px;

}

.head-search__mcont input::placeholder{ color: #fff; }



.hsm-btn {

    padding: 0;

    background-color: transparent;

    outline: none;

    border: none;

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    color: #fff;

    cursor: pointer;

    z-index: 20;

    font-size: 18px;

}

.hsm-btn i{ font-size: 18px; }

.hsm-close {

    -webkit-transition: transform .3s linear;

    -webkit-transition: -webkit-transform .3s linear;

    transition: -webkit-transform .3s linear;

    -o-transition: transform .3s linear;

    transition: transform .3s linear;

    transition: transform .3s linear, -webkit-transform .3s linear;

    position: absolute;

    display: inline-block;    

         right: 12px;

    top: 16px;

    color: #fff;

    cursor: pointer;

    font-size: 20px;

}
.hsm-close i{ font-size: 20px; }
.hsm-close:hover{color: #fff;

    transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-moz-transform: rotate(360deg);

-o-transform: rotate(360deg);

-ms-transform: rotate(360deg);}



@media (min-width: 768px){

.head-search__mcont {
   max-width: 500px;
    width: 100%;

}

.head-search__modal .hsm-close {
    right: 120px;
    top: 25px;
    font-size: 20px;

}

}

@media (min-width: 992px){
    .head-search__mcont {   max-width: 830px;
    width: 100%;
}
}

/* 首页关于我们  */
.section{ padding: 3% 0 ; display: block; overflow: hidden; }
.Experimental_Services{  background: linear-gradient(to bottom, #e7f2f6 , #f0f6f9);}
.hot_search{ display: block; overflow: hidden;background: #fff; padding: .5rem .8rem; border-radius: 20px; }
.hot_words{display: block; overflow: hidden; width: 55%;}
.hot_words span{float: left; font-size: .45rem; color: #676767; line-height: 48px;}
.hot_words ul{float: left; display: block; overflow: hidden;  }
.hot_words ul li{ font-size: .45rem; color: #676767; line-height: 48px; float: left; }
.hot_words ul li a{color: #676767; display: block; padding: 0 .15rem; }
.hot_words ul li a:hover{ color: #00aeff; }

.box_search{width: 300px;display: block; overflow: hidden; }
.box_search .boxs{background: #f2f2f2; border-radius: 30px;display: block; height: 48px;}
.boxs .texts{float: left; padding-left: 16px; width: calc(100% - 70px); box-sizing: border-box; border-top-left-radius: 30px;border-bottom-left-radius: 30px; font-size: .45rem; line-height: 48px; border:none; background: none }
.boxs .btnSubmits{ width: 70px; background:url(../images/sea_btn.png) center no-repeat; line-height: 48px;border:none;  }

.index_keyan{ margin-top:2rem;display: block; overflow: hidden; }
.pro_tit{ text-align: center; display: block; overflow: hidden; }
.pro_tit h3{ font-size: 1.2rem; color: #3c3c3c; line-height: 1.8;  }
.pro_tit p{ font-size: .6rem; color: #5e5e5e; line-height: 2; }
.keyan_guide{margin-top:1.2rem;display: block; overflow: hidden;}
.guide_lieb{ width: calc(100% - 240px);display: block; overflow: hidden; }
.guide__bt{ width:202px;display: block; overflow: hidden;  }
.list01{  border:1px dashed #237db2; background: #fff; display: block; overflow: hidden; padding: .7rem .6rem 0; border-radius: 18px;}
.list01 ul{ list-style: none;display: block; overflow: hidden; }
.list01 ul li{ float: left; display: block; width: 11%; margin-right: 1.6%;  text-align: center; margin-bottom: .6rem; }
.list01 ul li a{ display: block; color: #fff; font-size: .45rem; line-height: 50px;background: #369ec9; border-radius: 15px; }
.list01 ul li:nth-child(2) a,.list01 ul li:nth-child(10) a{background: linear-gradient(to right, #369ec9 , #3ba1c2);}
.list01 ul li:nth-child(3) a,.list01 ul li:nth-child(11) a{background: linear-gradient(to right, #3ca1c0 , #43a5b7);}
.list01 ul li:nth-child(4) a,.list01 ul li:nth-child(12) a{background: linear-gradient(to right, #44a6b5 , #4caaaa);}
.list01 ul li:nth-child(5) a,.list01 ul li:nth-child(13) a{background: linear-gradient(to right, #4eaba7 , #57b09b);}
.list01 ul li:nth-child(6) a,.list01 ul li:nth-child(14) a{background: linear-gradient(to right, #59b198 , #62b68b);}
.list01 ul li:nth-child(7) a,.list01 ul li:nth-child(15) a{background: linear-gradient(to right, #64b789 , #6dbb7c);}
.list01 ul li:nth-child(8) a,.list01 ul li:nth-child(16) a{background: linear-gradient(to right, #6ebc7a , #76c06f);}

.list01 ul li:nth-child(8n){ margin-right: 0; }
.list01 ul li a:hover{ background:#237db2  }
.list02{  border:1px dashed #46b2ab; background: #ebf5f9; display: block; overflow: hidden;  border-radius: 15px; margin-top:.8rem; }
.l_part01{ width:168px;display: block; overflow: hidden; padding: .7rem 15px 0; }
.l_part01 ul{ list-style: none; display: block; overflow: hidden;}
.l_part01 ul li{ display: block; overflow: hidden; background: url(../images/pa01.png) no-repeat; width: 168px; height: 60px; margin: 1rem 0 1.8rem;  }
.l_part01 ul li:nth-child(2){ background:  url(../images/pa02.png) no-repeat }
.l_part01 ul li:nth-child(3){ background:  url(../images/pa03.png) no-repeat }
.l_part01 ul li h3{ font-size: .5rem; color: #fff; display: block; padding-left: 40%; line-height: 60px;}

.l_part02{display: block; overflow: hidden; width:calc(100% - 198px); }
.l_part02 dl{width:20%;display: block; overflow: hidden; float: left;  box-sizing: border-box; position: relative;padding: .7rem .2rem 0; box-sizing: border-box;min-height: 455px; }
.l_part02 dl:after{ content:'';width: 2px; height: 100%; position: absolute;  background: #fff; right: 0;top:0; }
.l_part02 dl:last-child:after{ opacity: 0; }
.l_part02 dl dd{ display: block; overflow: hidden;margin: .3rem 0 .5rem; min-height: 130px;}
.l_part02 dl dd h3{ font-size: .7rem; color: #379ec8; line-height: 1.2; font-weight: normal; margin-bottom: .3rem; padding-left: 10px; }
.l_part02 dl dd p{ font-size: 15px; color: #666464; line-height: 24px; padding-left: 10px; background: url(../images/dian.png) left 10px no-repeat; margin-bottom: 5px; }

.l_part02 dl:nth-child(2){ background: #ecf6f8; }
.l_part02 dl:nth-child(3){ background: #edf7f6; }
.l_part02 dl:nth-child(4){ background: #eff7f3; }
.l_part02 dl:nth-child(5){ background: #f1f9f0; }
.l_part02 dl:nth-child(2) dd h3{ color: #4ba9ac; }
.l_part02 dl:nth-child(3) dd h3{ color: #56af9c; }
.l_part02 dl:nth-child(4) dd h3{ color: #64b788; }
.l_part02 dl:nth-child(5) dd h3{ color: #75c071; }

.ser_process{ display: block; overflow: hidden; margin-top:.8rem; }
.pr_bt{ width: 180px; background: #52b17f;display: block; overflow: hidden; border-radius: 20px; padding: .5rem.6rem; box-sizing: border-box; }
.pr_bt h3{ font-size: .6rem; color: #fff; line-height: 1.2; }
.pr_bt p{ font-size: 14px; color: #fff; line-height: 24px; font-weight: 100; }


.process01{ background: url(../images/arrow01.png) left no-repeat; padding-left: 75px;  box-sizing: border-box;width:calc(100% - 190px);  }
.process01 ul{ background: url(../images/process.png) no-repeat; list-style: none; display: block; overflow: hidden; background-size: 100%;margin-top:15px; }
.process01 ul li{ float: left; font-size: .45rem; color: #fff; line-height: 2;  width: 15%; margin-right: 1.8%; text-align:center; line-height: 3; padding-top:.1rem;}
.process01 ul li:last-child{margin-right: 0;}

/* 科研技术平台  */
.technology{ background: url(../images/bg01.jpg) no-repeat;display: block; overflow: hidden; }
.pro_tit02{ display: block;overflow: hidden; }
.pro_tit02 h4{ font-size: .45rem; color: #d6e5eb; text-transform: uppercase; }
.pro_tit02 h3{ font-size: 1rem; color: #fff; line-height: 1.4; position: relative; padding-bottom: .5rem; }
.pro_tit02 h3:after{ width: 39px; height: 4px; background: url(../images/line.png); content:''; position: absolute; bottom: 0; left: 0 }
.tech_list{ display: block; overflow: hidden; margin-top:1.5rem; }
#technology01{ display: block; overflow: hidden; padding-bottom: 2.6rem; position: relative; }
#technology01 .swiper-slide{}
#technology01 .swiper-slide dl{ border:1px solid rgba(255,255,255,0.45); padding: .5rem;display: block; overflow: hidden; border-radius: 15px; }
#technology01 .swiper-slide dl dt{display: block; overflow: hidden;}
#technology01 .swiper-slide dl dt i{ width: 136px; height: 136px; display: block; margin:0 auto; }
#technology01 .swiper-slide dl dd{display: block; overflow: hidden; padding: .3rem 0}
#technology01 .swiper-slide dl dd h3{ font-size: .62rem; color: #fff; text-align: center; line-height: 1.4; }
#technology01 .swiper-slide dl dd p{ font-size: .45rem; color: #fff; line-height: 2;  margin-top:.2rem; min-height: 120px; }
#technology01 .swiper-slide dl dd span{ font-size: 15px; color: #fff; margin-top:.3rem; }

#technology01 .swiper-slide dl dt .a01{ background: url(../images/icon.png) -11px -110px no-repeat;  }
#technology01 .swiper-slide dl dt .a02{ background: url(../images/icon.png) -168px -110px no-repeat;  }
#technology01 .swiper-slide dl dt .a03{ background: url(../images/icon.png) -330px -110px no-repeat;  }
#technology01 .swiper-slide dl dt .a04{ background: url(../images/icon.png) -495px -110px no-repeat;  }
#technology01 .swiper-slide dl dt .a05{ background: url(../images/icon.png) -655px -110px no-repeat;  }
#technology01 .swiper-slide dl dt .a06{ background: url(../images/icon.png) -820px -110px no-repeat;  }
#technology01 .swiper-slide dl dt .a07{ background: url(../images/icon.png) -970px -110px no-repeat;  }
#technology01 .swiper-slide dl:hover{ background: rgba(255,255,255,0.4) }

#technology01 .swiper-button-prev{ width: 61px; height: 61px; background: url(../images/ico_fl.png) center no-repeat; bottom: 0; left: 43%; top:auto; border-radius: 100%; border:1px solid rgba(255,255,255,0.5); }
#technology01 .swiper-button-next{ width: 61px; height: 61px; background: url(../images/ico_fl.png) center no-repeat; bottom: 0; right: 43%; top:auto; transform: rotate(180deg); border-radius: 100%; border:1px solid rgba(255,255,255,0.5);}

#technology01 .swiper-button-prev:hover{ background: url(../images/ico_fl.png) center no-repeat rgba(255,255,255,0.3); }
#technology01 .swiper-button-next:hover{ background: url(../images/ico_fl.png) center no-repeat rgba(255,255,255,0.3);transform: rotate(180deg); }


/* 生信分析  */
.index_bioanalysis{ background: url(../images/bg02.jpg) no-repeat;display: block; overflow: hidden;  }
.pro_tit03{ display: block; position: relative; }
.pro_tit03 h4{ font-size: .45rem; color: #cde0e8; text-transform: uppercase; }
.pro_tit03 h3{ font-size: 1rem; color: #3c3c3c; line-height: 1.4; position: relative; padding-bottom: .5rem; }
.pro_tit03 h3:after{ width: 39px; height: 4px; background: url(../images/line2.png); content:''; position: absolute; bottom: 0; left: 0 }
.pro_tit03 span{ width: 175px; position: absolute; right: 0; bottom: 0; display: block; }
.pro_tit03 span a{ background: linear-gradient(to right, #369ec9 , #71be75); border-top-left-radius: 30px;  border-bottom-right-radius: 30px; font-size: .45rem; color: #fff; line-height: 60px;display: block; text-align: center; }

.bio_list{ display: block; overflow: hidden; margin-top:1.5rem; }
.bio_list dl{width: 24%; float: left;margin-right: 1.33%; margin-bottom: .6rem;display: block;overflow: hidden; position: relative;}
.bio_list dl:nth-child(4n){ margin-right: 0; }
.bio_list dl dt{ display: block; overflow: hidden; }
.bio_list dl dt img{ width: 100%; display: block; }
.bio_list dl dd{ width: 100%; position: absolute; bottom: 0; background: rgba(54,158,201,0.5); height: 60px;}
.bio_list dl dd h3{  text-align: center; font-size: .55rem; color: #fff; line-height: 40px;
    padding: 10px 0; }
.bio_list dl dd span{ display: none; width: 125px; background: linear-gradient(to right, #369ec9 , #71be75); font-size: .45rem; color: #fff; text-align: center; line-height: 42px; margin:0 auto; border-radius: 20px; }
.bio_list dl:hover dd{ height: 100%; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; padding: 38% 0 0; box-sizing: border-box;}
.bio_list dl:hover dd span{ display: block; }

/* 服务承诺  */
.index_services{background: url(../images/bg03.jpg) no-repeat;display: block; overflow: hidden; }
.ser_list{display: block; overflow: hidden; margin-top:1.5rem;}
.ser_list dl{ background: url(../images/s_bg.png) no-repeat; width: 23%; float: left; margin-right: 2.33%; padding:1.2rem .6rem 1.5rem; box-sizing: border-box; background-size: 100%; }
.ser_list dl:last-child{ margin-right: 0; }
.ser_list dl dt{display: block; overflow: hidden;}
.ser_list dl dt i{ width: 90px; height: 90px; display: block; margin:0 auto; }
.ser_list dl dt .b01{ background: url(../images/icon.png) -20px -21px no-repeat; }
.ser_list dl dt .b02{ background: url(../images/icon.png) -125px -21px no-repeat; }
.ser_list dl dt .b03{ background: url(../images/icon.png) -238px -21px no-repeat; }
.ser_list dl dt .b04{ background: url(../images/icon.png) -355px -21px no-repeat; }
.ser_list dl dd{ display: block; overflow: hidden; min-height: 135px; }
.ser_list dl dd h3{ font-size: .55rem; color: #3a3a3a; line-height: 2; text-align: center; }
.ser_list dl dd p{ font-size: .45rem; color: #7f7f7f; line-height: 2; margin-top:.3rem; }
.ser_list dl:hover dt i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

/* 资讯  */
.index_news{}
.news_con{ margin-top:30px;display: block; position: relative; }
.news_con .tab-hd{ position: absolute; top:-99px; width: 40%; right: 0; }
.news_con .tab-hd li{ width: 155px; float: left; border:1px solid #369ec9;  margin-right: 20px; font-size: .45rem; text-align: center; color: #2d2d2d; line-height: 52px; border-top-left-radius: 30px;  border-bottom-right-radius: 30px; }
.news_con .tab-hd li:last-child{ margin-right: 0; }
.news_con .tab-hd li.active02,.news_con .tab-hd li:hover{  background: linear-gradient(to right, #369ec9 , #71be75);  color: #fff;}
.news_con .tab-bd{display: block; overflow: hidden;}
.news_con .tab-bd li{ display: none; }
.news_con .tab-bd li:nth-child(1){ display: list-item; }
.news01{display: block; overflow: hidden;}
.news_hot{ width:48%;display: block; overflow: hidden;box-shadow: 1px 1px 10px #ccc; border-radius: 20px; margin:5px;}
.news_hot dl{position: relative;display: block; overflow: hidden;}
.news_hot dl dt{ display: block; overflow: hidden;}
.news_hot dl dt img{ display: block; width: 100%; }
.news_hot dl dd{ display: block; background: #fff; padding:.6rem .8rem;}
.news_hot dl dd h3{ font-size: .5rem; color: #2d2d2d; line-height: 1.5; }
.news_hot dl dd p{ font-size: 16px; color: #4d4d4d; line-height: 30px; margin-top:.2rem; }
.news_hot dl .n_date{ width: 145px; background: linear-gradient(to right, rgba(54,158,201,0.67) , rgba(132,200,91,0.67)); 
    position: absolute; left: 0; bottom: 28%; padding: .4rem 0 .4rem .8rem; box-sizing: border-box; border-top-right-radius: 30px;border-bottom-right-radius: 30px; }
.news_hot dl .n_date p{ font-size: 18px; color: #fff; line-height: 24px; }
.news_hot dl .n_date h3{ font-size: 22px; color: #fff; line-height: 30px; }

.news_tj{ width: 50%;display: block; overflow: hidden;}
.news_tj dl{ display: block; padding:.55rem 2.5rem .75rem .8rem; border-bottom: 1px solid #e8f2f6;overflow: hidden; position: relative; }
.news_tj dl dt{ float: right; }
.news_tj dl dt h3{ font-size: .45rem; color: #707070; line-height: 60px; }
.news_tj dl dd{ float: left; width: 78%;display: block; overflow: hidden; }
.news_tj dl dd h3{ font-size: .55rem; color: #2d2d2d; line-height: 1.4; }
.news_tj dl dd p{ font-size: .45rem; color: #4d4d4d; line-height: 2; margin-top:.3rem; }
.news_tj dl:before{ width: 2px; position: absolute; content:''; height: 32px; background: linear-gradient(to bottom, #73bf73 , #369ec9); left: 0; top:1rem;  }
.news_tj dl:after{ width: 10px; height: 14px;  position: absolute; content:'';  background: url(../images/arrow.png) no-repeat; right: .8rem; top:1.5rem;}
.news_tj dl:hover dd h3{ color: #237db2; }

.index_parnter{display: block; overflow: hidden; background:linear-gradient(to right, #e7f2f6, #f1f6fa); }
.par_list{display: block; overflow: hidden; margin-top:1.5rem;}
.par_list ul{ list-style: none;display: block; overflow: hidden; }
.par_list ul li{ width: 18.3%; float: left; margin:10px 1.3% 20px 0.5%; background: #fff; box-shadow: 1px 1px 15px #eee; border-radius: 20px; overflow: hidden;  }
.par_list ul li:nth-child(5n){ margin-right: 0; }
.par_list ul li img{ max-width: 100%; display: block; }
.par_list ul li:hover{box-shadow: 1px 1px 15px #ddd;}

/* 底部  */
.footer{ background: url(../images/db_bg.jpg)  no-repeat; padding: 1.5rem 0 0;display: block; overflow: hidden; }
.db_con{display: block; overflow: hidden;}
.db_nav{ width: 60%; display: block;overflow: hidden; border-right: 1px solid #3097be; }
.db_nav dl{ width: 25%; float: left; display: block; overflow: hidden; }
.db_nav dl dt{display: block; font-size: 18px; color: #fff; line-height: 30px;}
.db_nav dl dd{ display: block; overflow: hidden; padding: .2rem 0; }
.db_nav dl dd a{ display: block; font-size: 14px; color: #d3edf4; line-height: 30px; }
.db_nav dl dd a:hover{ color: #fff; }

.db_lx{ width: 35%;display: block;overflow: hidden; }
.db_lx .db_ewm{ width: 140px; display: block; overflow: hidden; }
.db_lx .db_ewm img{ width: 100%; display: block; }
.db_contact{ width: calc(100% - 180px); display: block; overflow: hidden; }
.db_contact p{ font-size: 16px; color: #fff; line-height: 30px; }
.db_contact h3{ font-size: 30px; color: #fff; line-height: 40px; }

.db_link{ display: block; overflow: hidden; border-bottom: 1px solid #2b92d2;padding-bottom: 15px; }
.db_link ul{ list-style:none;display: block; overflow: hidden; }
.db_link ul li{ float: left;display: block; font-size: 16px; line-height: 40px; color: #fff;  }
.db_link ul li a{ display: block; font-size: 15px; color: #d3edf4; padding: 0 .5rem; }

.copyright{display: block;overflow: hidden; padding: .2rem 0; }
.copyright p{ font-size: 16px; color: #b6d8f0; line-height: 40px;}
.copyright p a{ color: #b6d8f0; font-size: 16px;}


/* 内页头部  */
.header02{ position:relative; background: #fff;  }
.header02 .top_nav .logo .logo01{display: none;}
.header02 .top_nav .logo .logo02{ display: block; }
.header02 .tem_head nav a{ color: #292929; }
.header02 .tem_head nav a:hover{color: #196b90;}

.header02 .top_tel{ background: url(../images/top_tel2.png) 20px no-repeat;border-left: 1px solid #ebebeb; }
.header02 .top_tel p{ color: #2e2e2e; }
.header02 .top_tel h3{ color: #2e2e2e; }

.header02 .tem_head nav li>a::after{ background: linear-gradient(to right, #369ec9, #75c070);}
.header02 .tem_head nav li>a.navdown{color: #196b90;}
.header02 .tem_head nav dl dd a{ color: #fff; }
.header02 .tem_head nav dl dd a:hover{color: #ddd;}

.header02 .search i{ font-size:.7rem; color: #222; line-height: 2; font-weight: bold;  }



.sidebar{ display: block; border-bottom: 1px solid #e5eaf3; overflow: hidden; }
.side_list{ width: 75%;display: block; overflow: hidden; }
.side_list ul{ list-style:none; display: block; overflow: hidden;  }
.side_list ul li{float: left; margin-right: 30px; line-height:70px; }
.side_list ul li a{ font-size: 18px; color: #353535; display: block;position: relative;}
.side_list ul li:last-child{ margin-right: 0; }
.side_list ul li a:hover{ color: #003586; font-weight: bold; }
.side_list ul li a:after{ width: 0; height: 73px; height: 2px;background: linear-gradient(to right, #369ec9, #75c070); position: absolute; bottom: 0; left: 0; content:'';-webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }
.side_list ul li a:hover:after{ width: 100%; }
.side_list ul li a.on1:after{ width: 100%; }
.side_list ul li a.on1{ color: #003586; font-weight: bold; }

.sidebar .positions{}
.sidebar .positions p{ background: url(../images/position.png) left no-repeat; padding-left:30px; font-size: 14px; color: #585858; line-height: 70px; }
.sidebar .positions p a{ color: #585858; }
.part01{ padding: 1.8rem 0; display: block; overflow: hidden; background: url(../images/ab_bg.jpg) center bottom no-repeat; }
.company_con{display: block; overflow: hidden;}
.com_txt{display: block; overflow: hidden; width: 55%; padding: 1rem 0 0;}
.com_txt h3{ font-size: .9rem; color: #3c3c3c; line-height: 1.5; position: relative; padding-bottom: 15px; font-weight: normal; }
.com_txt h3:after{ width: 63px; height: 3px; background: linear-gradient(to right, #369ec9, #72bf74); content:''; position: absolute; bottom: 0; left: 0; }
.com_body{ padding: .8rem 0; display: block; overflow: hidden; }
.com_body p{ font-size: 16px; color: #707070; line-height: 36px; }

.com_img{ display: block; overflow: hidden; width:38%; border-top-right-radius: 45px;border-bottom-left-radius: 45px; }
.com_img img{ max-width: 100%;display: block; }
.com_shuj{ display: block; overflow: hidden; margin-top:2rem; }
.com_shuj ul{ list-style: none;display: block; overflow: hidden; }
.com_shuj ul li{width: 32.5%; margin:5px 0.5%;float: left; display: block; overflow: hidden; padding:1rem .8rem; box-sizing: border-box; background: #fff; box-shadow: 1px 1px 10px #eee;}
.com_shuj ul li:last-child{ margin-right: 0; }
.com_shuj ul li .sj_txt{ float:left;display: block; overflow: hidden; }
.com_shuj ul li .sj_txt h3{ font-size: 1.4rem; color: #3ca2c0; line-height: 1.4; font-family: Arial; }
.com_shuj ul li .sj_txt h3 span{ font-size: 16px;  font-weight: normal; }
.com_shuj ul li .sj_txt p{ font-size: 17px; color: #41a4ba; line-height: 30px; }
.com_shuj ul li i{ width: 130px; height: 130px; display: block; overflow: hidden; }
.com_shuj ul li .c01{ background: url(../images/icon3.png) 0 0 no-repeat; }
.com_shuj ul li .c02{ background: url(../images/icon3.png) 0 -130px no-repeat; }
.com_shuj ul li .c03{ background: url(../images/icon3.png) 0 -260px no-repeat; }
.com_shuj ul li:hover .c01{ background: url(../images/icon3.png) -125px 0 no-repeat; }
.com_shuj ul li:hover .c02{ background: url(../images/icon3.png) -125px -130px no-repeat; }
.com_shuj ul li:hover .c03{ background: url(../images/icon3.png) -125px -260px no-repeat; }
.com_shuj ul li:hover{background: linear-gradient(to right, #369ec9, #72bf74);}

.com_shuj ul li:hover .sj_txt h3{ color: #fff; }
.com_shuj ul li:hover .sj_txt p{ color: #fff; }


/* 企业文化 */
.part02{display: block; overflow: hidden; position: relative; background: #f5f5f5; padding: 1.5rem 0; margin-top:1.5rem;}
.qy_bt{display: block; overflow: hidden;}
.qy_bt h3{ font-size: .9rem; color: #3c3c3c; line-height: 2; position: relative;text-align: center; }
.qy_bt h3:after{ width: 63px; height: 4px; background:linear-gradient(to right, #369ec9, #72bf74); position: absolute; content: '';bottom: 0;left: 50%; margin-left: -32px;  }

.qywh_img{ width: 50%; position: absolute; height: 100%; display: block; top:0; left: 0; overflow: hidden;}
.qywh_img img{  }
.qy_list{ width: 48%; display: block; overflow: hidden;}
.qy_list dl{ display: block; overflow: hidden; margin: 1.6rem 0; }
.qy_list dl dt{ width: 107px; height: 107px; border:2px dashed #99cbde; float: left;display: block; overflow: hidden; border-radius: 100%; padding:7px; box-sizing: border-box; }
.qy_list dl dd{ width: calc(100% - 130px);float: right; display: block; overflow: hidden; padding:.5rem 0 0;}
.qy_list dl dd h3{ font-size: .65rem; color: #3c3c3c; line-height: 1.6; font-weight: normal; }
.qy_list dl dd p{ font-size: .5rem; color: #737373; line-height: 2; }
.qy_list dl dt i{ width: 90px; height: 90px; display: block; }

.qy_list dl dt .d01{ background: url(../images/icon2.png) 0 0 no-repeat; }
.qy_list dl dt .d02{ background: url(../images/icon2.png) 0 -92px no-repeat; }
.qy_list dl dt .d03{ background: url(../images/icon2.png) 0 -185px no-repeat; }
@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}




.com_body{ padding: 1.8rem 0; overflow: hidden; }
.com_desc{ width: 54%; display: block; overflow: hidden; }
.com_desc h3{ font-size: .8rem; color: #333333; line-height: 2.2; }
.com_desc span{ display: block; font-size: .42rem; color: #5c5c5c; line-height: 1.6; position: relative; padding-bottom: .2rem; }
.com_desc span:after{ content:''; position: absolute; width: 150px; height: 1px; background: #dddddd; left:0; bottom:0; }
.com_desc p{ font-size: .45rem; color: #545454; line-height: 2; text-align: justify; margin-top: 1.5rem; }
.com_img{ width: 42%; display: block; overflow: hidden; }
.com_img img{ width: 100%; display: block; }

.qyyj{ background: url(../images/about/qy_bg.jpg) no-repeat; background-size: 100%; width: 100%; overflow: hidden; min-height: 485px; }
.qywh_list{display: block; overflow: hidden;}
.qywh_list dl{width: 33.3%; float: left; display: block;overflow: hidden; position: relative;  }
.qywh_list dl dt{ width: 100%;height: 485px;background: rgba(0,0,0,0.2); opacity: 0;-webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }
.qywh_list dl dd{ width: 100%; position: absolute; height: 100%; top:0; text-align: center; padding: 25% 10% 0; box-sizing: border-box; }
.qywh_list dl dd .i01{ width: 80px; height: 80px; display: block; margin: 0 auto; background: url(../images/about/yuan.png) right bottom no-repeat; }
.qywh_list dl dd .i01 i{ width: 80px; height: 80px; display: block; margin: 15px auto; } 
.qywh_list dl dd h3{ font-size: .75rem;color: #fff; line-height: 2.2; font-weight: normal;margin:.5rem 0 .4rem; }
.qywh_list dl dd p{ font-size: .42rem; color: #fff; line-height: 2; padding: 0 20%;  }
.qywh_list dl dd .i01 .c01{ background: url(../images/ico_01.png) 0 0 no-repeat; background-size: 94px; }
.qywh_list dl dd .i01 .c02{ background: url(../images/ico_01.png) 0 -90px no-repeat; background-size: 94px; }
.qywh_list dl dd .i01 .c03{ background: url(../images/ico_01.png) 0 -165px no-repeat; background-size: 94px; }

.qywh_list dl:hover dt{opacity: 1;}

.ryzz{ padding: 1.5rem 0; overflow: hidden; }
.ab_tit{ display: block; overflow: hidden; }
.ab_tit h3{ position: relative; font-size: .8rem; color: #111111; line-height: 2; padding-bottom: .2rem; font-weight: normal; text-align: center; }
.ab_tit h3:after{ width: 54px; height: 2px; background: #0e065f; position: absolute; bottom:0; left: 50%; margin-left:-27px; content:''; }
.honor_list{ margin-top:1rem;display: block; position: relative; }
#honor{width: 100%;
    padding: 0 25px 20px;
    margin-left: -25px;    }
#honor .swiper-slide{display: block; overflow: hidden;text-align: center;}
#honor .swiper-slide .zz_img{display: block;  }
#honor .swiper-slide .zz_img img{ max-width: 100%; display: block; margin: 0 auto; }
#honor .swiper-slide p{ font-size: .42rem; color: #333; line-height: 2; margin-top:.5rem; }
#honor .swiper-button-prev{ width:22px; height: 39px; background: url(../images/arrow_fl.png) no-repeat; left:0;  }
#honor .swiper-button-next{ width:22px; height: 39px; background: url(../images/arrow_fr.png) no-repeat; right:0;  }

/*  联系我们  */
.lx_contact{ padding: 1.5rem 0; overflow: hidden; }
.con_bt{ display: block; overflow: hidden; }
.con_bt h3{ font-size: .8rem; color: #333333; line-height: 2; }
.con_lb{ padding: 1.5rem 0; display: block; overflow: hidden; margin-top:.5rem; border-top:1px solid #eee;border-bottom:1px solid #eee;}
.con_lb ul{ display: block; overflow: hidden; }
.con_lb ul li{ float: left; width: 28%;  display: block; overflow: hidden; text-align: center; }
.con_lb ul li:nth-child(4){  width: 15%; margin-right: 0;}
.con_lb ul li i{display: block; overflow: hidden;}
.con_lb ul li i img{ display: block; margin: 0 auto; }
.con_lb ul li h3{ font-size: .55rem; color: #242424; line-height: 1.6; margin: .5rem 0; padding: 0 8%; height: 2.2rem; font-weight: normal; }
.con_lb ul li p{ font-size: 14px; color: #828282; line-height: 30px; }
.con_lb ul li .lx_ewm{ display: block; overflow: hidden; padding: .45rem 0; }

/* 新闻中心  */
.content01{ padding: .5rem 0; overflow: hidden; }
.cp_side{ width: 24%; display: block; overflow: hidden; background: #1b46a3; border-radius:20px; }
.side_bt{ width: 100%; border-bottom: 1px solid #fff; padding: .5rem 0; }
.side_bt h3{ background: url(../images/ico_s.png) 35% no-repeat;  font-size: .7rem; color: #fff; line-height: 1.8; padding-left:42%; }
.side_list02{ padding: .5rem 0; display: block; overflow: hidden; }
.side_list02 ul{ list-style: none; display: block; overflow: hidden; }
.side_list02 ul li{ display: block; overflow: hidden; padding: 0 5%; margin-bottom: .3rem; }
.side_list02 ul li a{ position: relative;display: block; overflow: hidden;  font-size: .48rem; color: #92a4d2; line-height: 2; padding-left:18%;-webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;   }
.side_list02 ul li a:before{ width:2px ; height: .5rem; background: #fff; content:''; position: absolute; left:10%; top:.2rem; opacity: 0;  }
.side_list02 ul li a:after{ width: 19px; height: 19px; background: url(../images/down.png) no-repeat; position: absolute; right: 10%; content:'';top:.2rem;  }
.side_list02 ul li:hover a:after{background: url(../images/up.png) no-repeat; }
.side_list02 ul li:hover a{  color: #fff; }
.side_list02 ul li:hover a:before{ opacity: 1; }
.side_list02 ul li a.on02:after{background: url(../images/up.png) no-repeat; }
.side_list02 ul li a.on02:before{ opacity: 1; }
.side_list02 ul li a.on02{  color: #fff; }

.ny_article{ width: 73%;display: block; overflow: hidden; }
.article_bt{ border-bottom: 1px solid #eee; display: block; overflow: hidden; }
.article_bt h3{ font-size: .7rem; color: #333; line-height: 2; }
.article_news,.article_services{  display: block; overflow: hidden; padding: 1rem 0; }
.article_news dl{ display: block; overflow: hidden; padding: .5rem 0; border-bottom:1px solid #eeeeee; }
.article_news dl:nth-child(1){ padding-top:0; }
.article_news dl dt{ float: left; width: 32%; display: block; overflow: hidden;}
.article_news dl dt img{ max-width: 100%; display: block; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }
.article_news dl dd{width: 65%; display: block; overflow: hidden; float: right;}
.article_news dl dd h3{ font-size: .55rem; color: #333333; line-height: 2; font-weight: normal; }
.article_news dl dd p{ font-size: 14px; color:#989898; line-height: 26px; margin:.4rem 0 .8rem;  }
.article_news dl dd span{ font-size: 14px; color: #686868; background: url(../images/time.png) left no-repeat; display: block; padding-left: 25px; line-height: 24px; }
.article_news dl:hover dd h3{ color: #1b46a3; }
.article_news dl:hover dt img{transform: scale(1.1);}

/* 实验室服务  */
.article_services dl{display: block; overflow: hidden; width: 31.5%; margin-right: 2.5%; background: #f1f5f8; float: left; margin-bottom: .6rem;}
.article_services dl:nth-child(3n){ margin-right: 0; }
.article_services dl dt{ display: block; overflow: hidden;}
.article_services dl dt img{width: 100%; display: block; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;}
.article_services dl dd{ padding: .5rem; display: block; overflow: hidden; }
.article_services dl dd h3{font-size: .48rem; color: #333333; line-height: 1.8; font-weight: normal;}
.article_services dl dd p{ font-size: 14px; color: #7b7b7b; line-height: 24px; margin:.3rem 0; }
.article_services dl dd span{font-size: 14px; color: #686868; line-height: 20px; display: block;}


#Floatingbar {
    position:fixed;
    top:42%;
    right:10px;
    margin-top:-200px;
    padding:0 10px;
    z-index:9000;
    box-shadow:0 0 14px rgba(0, 0, 0, 0.2);
}
#Floatingbar ul li {
    border-bottom:1px solid #9d9d9d;
}
#Floatingbar ul li a {
    line-height:2.29;
    text-align:center;
    font-size:14px;
    color:#eff6f2;
    padding:16px 0 9px;
    display:block;
}
#Floatingbar ul li a:hover {
    color:#fcea0b;
    text-decoration:none;
}
#Floatingbar #weixin_zx2 {
    width:142px;
    height:152px;
    line-height:1.93;
    text-align:center;
    position:absolute;
    font-size:14px;
    color:#5e78b8;
    top:34px;
    right:100px;
    padding-top:4px;
    background-color:#ffffff;
    border:2px solid #5e78b8;
    border-radius:12px;
    display:none;
}
#Floatingbar #weixin_zx2 img {
    width:116px;
    margin:0 auto;
    display:block;
}
#Floatingbar #weixin_zx {
    width:142px;
    height:152px;
    line-height:1.93;
    text-align:center;
    position:absolute;
    font-size:14px;
    color:#5e78b8;
    top:104px;
    right:100px;
    padding-top:4px;
    background-color:#ffffff;
    border:2px solid #5e78b8;
    border-radius:12px;
    display:none;
}
#Floatingbar #weixin_zx img {
    width:116px;
    margin:0 auto;
    display:block;
}
#Floatingbar #tel_zx {
    width:142px;
    line-height:2.00;
    text-align:center;
    position:absolute;
    font-size:14px;
    color:#797979;
    top:193px;
    right:100px;
    padding:7px 0;
    background-color:#ffffff;
    border:2px solid #5e78b8;
    border-radius:12px;
    display:none;
}
#Floatingbar #tel_zx strong {
    height:25px;
    line-height:25px;
    color:#5e78b8;
    display:block;
}
#Floatingbar .arrow {
    width:14px;
    height:28px;
    position:absolute;
    top:20px;
    right:-14px;
    background:url(http://www.xueli9.com/templets/chengkao/images/arrow.png) no-repeat left top;
}
.icon_float {
    width:32px;
    height:32px;
    margin:0 auto;
    background:url(http://www.xueli9.com/templets/chengkao/images/floating_icon.png) no-repeat left top;
    display:block;
}
.icon_float.icon_float1x1 {
    background-position:0 0;
}
.icon_float.icon_float1x2 {
    background-position:0 -32px;
}
.icon_float.icon_float1x3 {
    background-position:0 -64px;
}
.icon_float.icon_float1x4 {
    background-position:0 -96px;
}
.icon_float.icon_float1x5 {
    background-position:0 -128px;
}

#Floatingbar {
    background: #0073F7;
}


.but1, .but2 {
    background: #0b3288;
}
.but1, .but2:hover, .but1, .but2:focus {
    background: #c90000;
}
.but2 {
    background: #0b3288 !important;
}
.but1 {
    background: #0b3288 !important;
}
.but11 {
    background: #c90000!important;
}


/* 企业简介  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
 
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;    
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin:0 auto;
   }

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff; margin-top:15px;
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;   
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}

.sxfx{ display: block; overflow: hidden; }
.sx_bt{ display: block; overflow: hidden; }
.sx_bt h3{ display: block; position: relative;overflow: hidden; font-size: .8rem; color: #3c3c3c; line-height: 1.6; padding-bottom: .2rem; }
.sx_bt h3:after{ width: 84px; height: 6px; display: block;position: absolute; background:linear-gradient(to right, #369ec9, #73bf74);  }
.sxfx_list{ display: block; margin-top:1.3rem;overflow: hidden; }
.sxfx_list dl{width: 24%;
    float: left;
    margin-right: 1.33%;
    margin-bottom: .6rem;
    display: block;
    overflow: hidden;
    position: relative;}
.sxfx_list dl{width: 24%; float: left;margin-right: 1.33%; margin-bottom: .6rem;display: block;overflow: hidden; position: relative;}
.sxfx_list dl:nth-child(4n){ margin-right: 0; }
.sxfx_list dl dt{ display: block; overflow: hidden; }
.sxfx_list dl dt img{ width: 100%; display: block; }
.sxfx_list dl dd{ width: 100%; position: absolute; bottom: 0; background: rgba(54,158,201,0.5); height: 60px;}
.sxfx_list dl dd h3{  text-align: center; font-size: .55rem; color: #fff; line-height: 60px; }
.sxfx_list dl dd span{ display: none; width: 125px; background: linear-gradient(to right, #369ec9 , #71be75); font-size: .45rem; color: #fff; text-align: center; line-height: 42px; margin:0 auto; border-radius: 20px; }
.sxfx_list dl:hover dd{ height: 100%; -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; padding: 38% 0 0; box-sizing: border-box;}
.sxfx_list dl:hover dd span{ display: block; }

/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img {
    width: 100%;
    height: 100%;   
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);
    width: 100%;
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); display: block;

}

#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
   opacity: 0.8;
    outline: none;
    width: 100px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
}

#flash .swiper-pagination-bullet-active {   
    display: inline-block;     
    background: linear-gradient(to right, #369ec9 , #71be75);
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 73px;
    
        outline: none;
}

#flash .swiper-button-prev:after{
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
   width: 46px;
    height: 73px;   
        outline: none;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

.w2{ width: 1200px; display: block; margin:0 auto; }
.news_02{display: block; overflow: hidden;}
.news_02 dl{ padding: 10px; display: block; overflow: hidden; margin-bottom:15px; border:1px solid #e8e8e8;     transition: all 0.3s;}
.news_02 dl dt{ width: 25%; display: block; overflow: hidden; float: left; }
.news_02 dl dt img{ display: block;
    max-width: 100%;
    height: 185px;
    margin: 0 auto;}
.news_02 dl dd{  display: block; overflow: hidden; }
.news_02 dl dd .ne_text{ display: block; overflow: hidden; }
.news_02 dl dd .ne_text h3{ color: #323232; line-height: 34px;font-size:.5rem }
.news_02 dl dd .ne_text p{ line-height: 28px; font-size: 14px;
    margin-top: 8px; }
.news_02 dl dd .ne_date{ width: 15%;overflow: hidden; padding-top:45px; }
.news_02 dl dd .ne_date h3{ font-size: 36px; color: #d71222; font-weight: normal; line-height: 40px; }
.news_02 dl dd .ne_date p{ font-size: 20px; color: #484848;line-height: 32px; }
.news_02 dl:hover{border:1px solid #1988bd;}
.news_02 dl:hover dd .ne_text h3{ color: #1988bd; }

/*分页*/
.page-list {
        clear: both;
    margin: 20px 0px 40px 0px;
    text-align: center;
    overflow: hidden;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 2px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1988bd;
    border-color: #1988bd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.con_section{}
.con_section article{float: left;    width: 68.05%;}
.con_section .news-aisde {
    float: right;
    width: 27.77%;
}

.article_content{background: #fff;
    padding: 15px; overflow: hidden;}
/*新闻详细*/
.article_content h1.article_title {
        font-size: 24px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 40px 10px;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img{
    max-width:100%
}

.article_editor table{ width: 100%; margin-top:1rem;border: 1px solid #e2e2e2; }
.article_editor table tr{}
.article_editor table  tr th{ padding: 10px; text-align: center; border-bottom: 1px solid #e2e2e2;border-right: 1px solid #e2e2e2;}
.article_editor table  tr td{ font-size: .45rem; color: #000000; line-height: 1.8; padding: 10px;  justify-content: center;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;vertical-align: middle; }
.article_editor table  tr:nth-child(2n){ background: #f5f6f7;}
.article_editor table  tr:hover{ background: #e0efff; }

.news-aisde{  
    color: #333;
    font-weight: bold;}
.news-aisde .list {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 20px;
}
.hot-tit{ font-size: 18px;  }
.news-aisde .list .item {
    display: block;
    margin-bottom: 20px;
}
.news-aisde .list .num {
    float: left;
    width: 20px;
    height: 24px;
    background-color: #999;
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.news-aisde .list .text {
    float: right;
    width: 90%;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.news-aisde .list .txt {
   font-size: 16px;
    line-height: 30px;
    color: #666;
    transition: all .3s;
    font-weight: normal;
}

.news-aisde .list .time {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    font-weight: normal;
}
.news-aisde .list .item:nth-child(1) .num {
    background-color: #de001f;
}

.news-aisde .list .item:nth-child(2) .num {
    background-color: #e99d0a;
}
.news-aisde .list .item:nth-child(3) .num {
    background-color: #333;
}

.news-aisde .list .item:hover .txt{ color:#d71222;  }


.bts{ display: block; overflow: hidden; }
.bts a{ display: block; line-height: 36px; font-size: 14px; }

.sidebar02{ width: 292px; display: block; overflow: hidden; }
.sidebar02 .site_title{ display: block; background: linear-gradient(to bottom, #73bf73, #369ec9); text-align: center; padding:.3rem 0;  }
.sidebar02 .site_title h3{ font-size: .6rem; color: #fff; line-height: 2; }


.side_class{list-style:none;display: block;background: #f7f7f7; padding:.5rem .3rem;overflow: hidden;}
.sideBarNav{width:100%;list-style:none;padding:0}
.sideBarNav ul{list-style:none;padding:0}
.sideBarNav a{position:relative;cursor:pointer}
.sideBarNav a>.icon{position:absolute;width:100%;height:100%;left:0;top:0}
.sideBarNav a>.icon:after,.sideBarNav a>.icon:before{content:'';position:absolute;display:block;transition:all .5s}
.sideBarNav>li{width:100%;margin-bottom:12px}
.sideBarNav>li>a{color:#222;display:block;padding:13px 10px;font-size:14px;line-height:20px;background:#e6e6e6;-webkit-transition:all .3s;transition:all .3s;text-transform:capitalize}
.sideBarNav>li>a>.icon:before{width:12px;height:2px;background:#666;right:12px;top:21px}
.sideBarNav>li>a>.icon:after{width:2px;height:12px;background:#666;right:17px;top:22px;margin-top:-6px}
.sideBarNav>li.active>a,.sideBarNav>li:hover>a{background:#29a0d6;color:#fff}
.sideBarNav>li.active>a>.icon:after,.sideBarNav>li.active>a>.icon:before,.sideBarNav>li:hover>a>.icon:after,.sideBarNav>li:hover>a>.icon:before{background:#fff}
.sideBarNav>li.active>a>.icon:after{height:0;opacity:0}
.sideBar .close{position:absolute;font-size:20px;font-family:Arial;color:#fff;width:30px;height:30px;background:url(../images/icon/close3.png) no-repeat center;background-size:20px 20px;border-radius:50%;top:8px;right:0;text-align:center;opacity:1;cursor: pointer;}
.sideBarNav>li.active  .two-level{ display: block; }

.two-level{display:none}
.two-level>li>a{display:block;background:0 0;font-size:14px;line-height:20px;color:#666;border-bottom:1px dotted #ccc;-webkit-transition:all .3s;transition:all .3s;padding:10px 10px 10px 25px;text-transform:capitalize}
.two-level>li>a>.icon:before{width:8px;height:8px;border-top:1px solid #666;border-right:1px solid #999;transform:rotate(45deg);right:12px;top:16px}
.two-level>li>a>.icon:after{display:none}
.two-level>li.active>a,.two-level>li>a:hover{background:0 0;color:#29a0d6}
.two-level>li.active>a>.icon:before,.two-level>li>a:hover>.icon:before{border-right-color:#29a0d6;border-top-color:#29a0d6}
.levelMenu{display:none}
.levelMenu a{display:block;color:#999;font-size:14px;line-height:20px;border-bottom:1px dotted #ccc;text-align:center;-webkit-transition:all .3s;transition:all .3s;padding:10px;text-transform:capitalize}
.levelMenu a.active,.levelMenu a:hover{background:0 0;color:#29a0d6}
.rightContent{position:relative;width:100%;padding:0 0 30px}
.rightContent .leftLine{position:absolute;width:1px;height:100%;top:0;left:0;background:#dadada;display:none}
.blueLine{position:absolute;width:4px;height:50px;background:#29a0d6;top:10px;left:50%;margin-left:-2px}
.titleTwo{position:relative;height:45px;line-height:45px;border-bottom:1px solid #dadada;margin-bottom:30px}
.titleTwo h2{line-height:inherit;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"PingFang Bold";}
.titleTwo .line{position:absolute;width:90px;height:3px;background:#29a0d6;left:0;bottom:-2px}
.crumbsNav{position:absolute;font-size:12px;right:0;top:0;display:none;color:#999;text-transform:capitalize}
.crumbsNav a{display:inline-block;color:#999}
.crumbsNav a:last-child{color:#222}
.crumbsNav a:hover{color:#222}



.article_new{ width: calc(100% - 320px);display: block; overflow: hidden; }
.article_new .position02{display: block; overflow: hidden;}
.position02 p{ font-size: 14px; color: #8e8e8e; line-height: 40px; background: url(../images/position.png) left no-repeat; padding-left: 30px; }
.position02 p a{ color: #8e8e8e; }
.art_title{display: block; overflow: hidden; background: #29a0d6; margin-top:15px; }
.art_title h3{ font-size: .7rem; color: #fff; line-height: 60px; padding-left:20px;  }
.art_list{ display: block; overflow: hidden; padding:.8rem 0; }
.art_list dl{ display: block; overflow: hidden; padding:.6rem 0; border-bottom: 1px dashed #e2e2e2; }
.art_list dl dt{     width: 180px;
    display: flex;
    float: left;
    overflow: hidden;
    height: 150px;
    align-items: center;
    border: 1px solid #eee; }
.art_list dl dt img{ display: block; max-width: 100%; max-height: 100%; margin:0 auto; }
.art_list dl dd{ width: calc(100% - 220px); float: right;display: block; overflow: hidden; padding: .2rem 12% 0 0;position: relative; box-sizing: border-box; }
.art_list dl dd h3{ font-size: 16px; color: #000000; line-height: 30px; }
.art_list dl dd p{ font-size: 14px; color: #6b6b6b; line-height: 30px; padding: 12px 0; }
.art_list dl dd span{ width: 112px; height: 40px; background: #87c089; border-radius: 30px; position: absolute;right: .3rem; 
    top:20%; font-size: 14px; text-align: center; display: block; line-height: 40px; color: #fff; }
.art_list dl:hover dd h3{ color: #29a0d6; }

.zhwlist{ max-width: 1200px; margin:0 auto; display: block; }
.zhwlist li {
    padding: 5px;    
}

.zhwlist .tit {    
    background: #dcdcdc;
    border: none;
    border-radius: 0;
    padding: 15px;
}

.zhwlist .tit h3 {
    float: left;
    color:#333;
   font-weight:normal;  
   font-size: 16px;
    line-height: 24px;
    font-family: "PingFang Bold";
    padding-right: 45px;

}

.zhwlist li.cur .tit{ background: #29a0d6; }
.zhwlist li.cur .tit h3{ color: #fff; }
.zhwlist .tit .more001 {
    float: right;
    height: 10px;
    width: 16px;
    margin-top:12px;
}
.zhwlist .tit .more001 img{  display: block; }
.zhwlist .cons {
    padding:25px 0;
    display: none;
}

.zhwlist .cons h3 {
    padding-bottom: 1em;
    padding: 0 0 15px;
}

.zhwlist .cons .txt {
    color: #666;
    line-height: 1.8em;
}
.zhwlist li.cur .cons{ display: block; }
.zhwlist .cons {
    padding:30px 20px;
    font-size: 15px;
}

.zhwlist .morea a {
    margin: 0;
}

.zhwlist li.cur .tit .more001 {
    background: url(../images/i6h.png)  center  no-repeat;
    background-size: 100%;
    
}

.zhwlist li.cur .tit .more001 img {
    opacity: 0;
}

.contact-list{display: flex;flex-flow: row wrap;align-items: stretch;}
.contact-list .column{margin:15px 0;padding-bottom:15px;border-bottom:1px #f3f3f3 solid;}
.contact-list .item{display:block;color:#333;text-align:center}
.contact-list h2{margin:0;font-size:16px;font-family:"PingFang Bold";}
.contact-list p{margin:10px 0 0;color:#999;word-break:break-all; font-size: 16px;}
.contact-list p>a{color:#999;}
.contact-list .img{margin-bottom:15px;max-width:120px;margin:0 auto 15px;}
.contact-list .img>img{width:auto;max-width:100%;margin:0 auto;}

.contact-list .icon{position:relative;margin:15px auto 30px; width: 100px;
    height: 100px;border-radius:100%}
.contact-list .icon:after,
.contact-list .icon:before{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;content:"";-webkit-transition:all .8s;transition:all .8s}
.contact-list .icon:before{background-color:#797a7c}
.contact-list .icon:after{background-color:#29a0d6;opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
.contact-list .item:hover .icon:before{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
.contact-list .item:hover .icon:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.contact-list .icon img{position:relative;z-index:1;display:block;width:100%}
.contact-list .column {
    width: 20%;
}
.map{width:100%;overflow: hidden;margin:70px 0;}
.lx_con{ display: block; overflow: hidden; background:url(../images/lx_bg.jpg) right 0 no-repeat; }
.lx_con .lx_bt{ display: block; font-size: .9rem; color: #3c3c3c; position: relative; padding-bottom: .2rem; font-weight: normal; line-height: 1.6;}
.lx_con .lx_bt:after{ width: 65px; height: 4px; background: linear-gradient(to right, #369ec9, #75c070);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s; }

.lx_lb{ padding:1rem 0; display: block; overflow: hidden; }
.lx_lb ul{ list-style: none; display: block; overflow: hidden; }
.lx_lb ul li{ width: 23%; float: left; display: block; }
.lx_lb ul li i{ width: 43px; height: 43px; display: block; }
.lx_lb ul li .g01{ background: url(../images/lx_03.png) no-repeat }
.lx_lb ul li .g02{ background: url(../images/lx_05.png) no-repeat }
.lx_lb ul li p{ font-size: 16px; color: #707070;line-height: 30px; margin-top:20px; }
.lx_lb ul li:nth-child(2){ margin-right: 8%; }
.lx_lb ul li img{ display: block; margin:0 auto;max-width: 130px; }
.lx_lb ul li:nth-child(1),.lx_lb ul li:nth-child(2){ padding: .6rem 0 0; }
.lx_lb ul li:nth-child(3) p,.lx_lb ul li:nth-child(4) p{ text-align: center; margin-top:5px; }

.area_list{display: block; overflow: hidden; background: #f1f1f1; border-radius: 20px;}
.area_list ul{list-style: none; display: block; overflow: hidden;}
.area_list ul li{ display: block; overflow: hidden;    border-bottom: 1px solid #fff;}
.area_list ul li:nth-child(1){background: linear-gradient(to right, #369ec9, #75c070); height: 50px;}
.area_list ul li h3{  font-size: 16px;
    color: #707070;
    line-height: 30px;
    min-width: 18%;
    border-right: 1px solid #fff;
    padding: 0 15px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: left;
    box-sizing: border-box; font-weight: normal;}
.area_list ul li:nth-child(1) h3{ color: #fff; line-height: 50px; height: 50px; font-size: 20px; padding: 8px 0;}
.area_list ul li .lx_ewm{display: block; overflow: hidden; padding: 15px;}
.area_list ul li .lx_ewm dl{ width: 45%;display: block; overflow: hidden; float: left; margin-right: 5%; }
.area_list ul li .lx_ewm dl dt{ display: block; overflow: hidden; }
.area_list ul li .lx_ewm dl dt img{ width: 120px; display: block; margin:0 auto; }
.area_list ul li .lx_ewm dl dd{}


.area_list ul li h3:nth-child(5),.area_list ul li h3:nth-child(6){ width:10%;  }
.area_list ul li:nth-child(1) .lx_ewm dl dd p{ color: #fff;font-size: 14px; text-align: center; line-height: 50px; }
.area_list ul li:nth-child(1) .lx_ewm{ padding: 0; }


/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 6px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #8dc0ff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #0face2;
}

#toolbar li .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li .icon-top:after {
    background-position: -30px -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #8dc0ff;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #8dc0ff;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #8dc0ff;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #8dc0ff;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.article_content{    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}



@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
